Skip to content

Conversation

@Sobes76rus
Copy link
Contributor

use case

@broker.task()
@validate_call()
async def task(arg1: str) -> None: ...

so, the thing is that pydantic's validator_call is syncronious decorator which returns awaitable future after call
right now receiver can't work with sync decorators on async functions

@Sobes76rus Sobes76rus requested a review from s3rius July 19, 2024 16:47
@Sobes76rus
Copy link
Contributor Author

@s3rius all done as you suggested

s3rius
s3rius previously approved these changes Nov 22, 2025
@s3rius s3rius changed the base branch from develop to master November 22, 2025 21:42
@s3rius s3rius dismissed their stale review November 22, 2025 21:42

The base branch was changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants